projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af51687
)
(ARCH_CFLAGS): Set struct packing to 8.
author
Andrew Innes
<andrewi@gnu.org>
Sat, 20 Feb 1999 20:36:26 +0000
(20:36 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Sat, 20 Feb 1999 20:36:26 +0000
(20:36 +0000)
nt/makefile.def
patch
|
blob
|
history
diff --git
a/nt/makefile.def
b/nt/makefile.def
index e9926c540a20e74e29084f2e14c02d880e4dbc97..8b949ffe65648b9a4129c9fae2560c8afeba1c47 100644
(file)
--- a/
nt/makefile.def
+++ b/
nt/makefile.def
@@
-188,7
+188,7
@@
ADDPM = ..\nt\$(BLD)\addpm.exe
!if "$(BUILD_TYPE)" == "spd"
ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -G6dF -Zi -Zp8
!else
-ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -
G3d -Zi -Od
+ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -
Od -G3d -Zi -Zp8
!endif
ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS)